net/http.http2stream.sc (field)

8 uses

	net/http (current package)
		h2_bundle.go#L4509: 	sc        *http2serverConn
		h2_bundle.go#L5753: 	sc := st.sc
		h2_bundle.go#L5790: 	st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2StreamError{
		h2_bundle.go#L5933: 	sc := st.sc
		h2_bundle.go#L5989: 		sc:        sc,
		h2_bundle.go#L6884: 	sc := st.sc
		h2_bundle.go#L10946: 	if wr.stream.sc.maxFrameSize < allowed {
		h2_bundle.go#L10947: 		allowed = wr.stream.sc.maxFrameSize